home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMWRTSCONNECTION / TFRMWRTSCONNECTION.txt
Text File  |  2007-07-13  |  7KB  |  288 lines

  1. object frmWrtsConnection: TfrmWrtsConnection
  2.   Left = 0
  3.   Top = 0
  4.   HelpContext = 1080
  5.   BorderIcons = [biSystemMenu, biMaximize, biHelp]
  6.   Caption = 'Wrts'
  7.   ClientHeight = 413
  8.   ClientWidth = 612
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poMainFormCenter
  13.   OnCreate = TntFormCreate
  14.   OnDestroy = TntFormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BasStatusBar1: TBasStatusBar
  18.     Left = 0
  19.     Top = 394
  20.     Width = 612
  21.     Height = 19
  22.     Panels = <
  23.       item
  24.         Width = 50
  25.       end
  26.       item
  27.         Width = 50
  28.       end>
  29.   end
  30.   object vstWrts: TVirtualStringTree
  31.     Left = 0
  32.     Top = 121
  33.     Width = 521
  34.     Height = 213
  35.     Align = alClient
  36.     DefaultNodeHeight = 22
  37.     Header.AutoSizeIndex = 0
  38.     Header.Font.Charset = DEFAULT_CHARSET
  39.     Header.Font.Color = clWindowText
  40.     Header.Font.Height = -11
  41.     Header.Font.Name = 'Tahoma'
  42.     Header.Font.Style = []
  43.     Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoHotTrack, hoShowSortGlyphs, hoVisible]
  44.     HintMode = hmTooltip
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 1
  48.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  49.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused]
  50.     TreeOptions.SelectionOptions = [toExtendedFocus, toRightClickSelect]
  51.     OnClick = vstWrtsClick
  52.     OnCompareNodes = vstWrtsCompareNodes
  53.     OnCreateEditor = vstWrtsCreateEditor
  54.     OnEditCancelled = vstWrtsEditCancelled
  55.     OnEdited = vstWrtsEdited
  56.     OnEditing = vstWrtsEditing
  57.     OnFreeNode = vstWrtsFreeNode
  58.     OnGetText = vstWrtsGetText
  59.     OnGetNodeDataSize = vstWrtsGetNodeDataSize
  60.     OnHeaderClick = vstWrtsHeaderClick
  61.     OnKeyDown = vstWrtsKeyDown
  62.     OnMeasureItem = vstWrtsMeasureItem
  63.     Columns = <
  64.       item
  65.         Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAutoSpring]
  66.         Position = 0
  67.         Width = 75
  68.         WideText = 'Talen'
  69.       end
  70.       item
  71.         Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAutoSpring]
  72.         Position = 1
  73.         Width = 75
  74.       end
  75.       item
  76.         Position = 2
  77.         Width = 200
  78.         WideText = 'Titel'
  79.       end
  80.       item
  81.         Position = 3
  82.         Width = 60
  83.         WideText = 'Woorden'
  84.       end
  85.       item
  86.         Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  87.         Position = 4
  88.         Width = 60
  89.         WideText = 'Gedeeld'
  90.       end
  91.       item
  92.         Position = 5
  93.         Width = 60
  94.         WideText = 'Downloads'
  95.       end
  96.       item
  97.         Position = 6
  98.         Width = 130
  99.         WideText = 'Laatst gewijzigd'
  100.       end>
  101.   end
  102.   object pnlTop: TPanel
  103.     Left = 0
  104.     Top = 0
  105.     Width = 612
  106.     Height = 121
  107.     Align = alTop
  108.     BevelOuter = bvNone
  109.     TabOrder = 2
  110.     DesignSize = (
  111.       612
  112.       121)
  113.     object lblEmailAddress: TTntLabel
  114.       Left = 7
  115.       Top = 15
  116.       Width = 59
  117.       Height = 13
  118.       Caption = 'E-ma&iladres:'
  119.       FocusControl = edEmailAddress
  120.     end
  121.     object sbProxySettings: TTntSpeedButton
  122.       Left = 498
  123.       Top = 31
  124.       Width = 23
  125.       Height = 21
  126.       Hint = 'Proxy-instellingen configureren'
  127.       Flat = True
  128.       ParentShowHint = False
  129.       ShowHint = True
  130.       OnClick = sbProxySettingsClick
  131.     end
  132.     object lblPassword: TTntLabel
  133.       Left = 254
  134.       Top = 15
  135.       Width = 65
  136.       Height = 13
  137.       Caption = '&Wachtwoord:'
  138.       FocusControl = edPassword
  139.     end
  140.     object edEmailAddress: TTntEdit
  141.       Left = 7
  142.       Top = 31
  143.       Width = 236
  144.       Height = 21
  145.       Anchors = [akLeft, akTop, akRight]
  146.       TabOrder = 0
  147.     end
  148.     object btnRefresh: TTntButton
  149.       Left = 7
  150.       Top = 87
  151.       Width = 75
  152.       Height = 25
  153.       Caption = '&Inloggen'
  154.       TabOrder = 3
  155.       OnClick = btnRefreshClick
  156.     end
  157.     object cbRememberLoginInfo: TTntCheckBox
  158.       Left = 7
  159.       Top = 58
  160.       Width = 346
  161.       Height = 17
  162.       Caption = 'In&loggegevens onthouden bij afsluiten'
  163.       Checked = True
  164.       State = cbChecked
  165.       TabOrder = 2
  166.       OnClick = cbRememberLoginInfoClick
  167.     end
  168.     object edPassword: TBasPasswordEdit
  169.       Left = 254
  170.       Top = 31
  171.       Width = 234
  172.       Height = 21
  173.       TabOrder = 1
  174.     end
  175.     object btnNew: TTntButton
  176.       Left = 88
  177.       Top = 87
  178.       Width = 138
  179.       Height = 25
  180.       Action = acSave
  181.       Caption = 'Lij&st uit Teach overnemen'
  182.       TabOrder = 4
  183.     end
  184.   end
  185.   object pnlBottom: TPanel
  186.     Left = 0
  187.     Top = 334
  188.     Width = 612
  189.     Height = 60
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 3
  193.     DesignSize = (
  194.       612
  195.       60)
  196.     object lblUrlWebsite: TTntLabel
  197.       Left = 7
  198.       Top = 6
  199.       Width = 140
  200.       Height = 13
  201.       Cursor = crHandPoint
  202.       Caption = 'Nog niet aangemeld bij Wrts?'
  203.       Color = clBtnFace
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clBlue
  206.       Font.Height = -11
  207.       Font.Name = 'Tahoma'
  208.       Font.Style = [fsUnderline]
  209.       ParentColor = False
  210.       ParentFont = False
  211.       OnClick = lblUrlWebsiteClick
  212.     end
  213.     object lblSharedLists: TTntLabel
  214.       Left = 7
  215.       Top = 25
  216.       Width = 219
  217.       Height = 13
  218.       Cursor = crHandPoint
  219.       Caption = 'Overzicht gedeelde lijsten (eerst onzichtbaar)'
  220.       Color = clBtnFace
  221.       Font.Charset = DEFAULT_CHARSET
  222.       Font.Color = clBlue
  223.       Font.Height = -11
  224.       Font.Name = 'Tahoma'
  225.       Font.Style = [fsUnderline]
  226.       ParentColor = False
  227.       ParentFont = False
  228.       Visible = False
  229.       OnClick = lblSharedListsClick
  230.     end
  231.     object btnClose: TTntButton
  232.       Left = 527
  233.       Top = 29
  234.       Width = 75
  235.       Height = 25
  236.       Anchors = [akTop, akRight]
  237.       Caption = '&Sluiten'
  238.       TabOrder = 0
  239.       OnClick = btnCloseClick
  240.     end
  241.   end
  242.   object pnlControls: TPanel
  243.     Left = 521
  244.     Top = 121
  245.     Width = 91
  246.     Height = 213
  247.     Align = alRight
  248.     BevelOuter = bvNone
  249.     TabOrder = 4
  250.     object btnDelete: TTntButton
  251.       Left = 6
  252.       Top = 57
  253.       Width = 75
  254.       Height = 25
  255.       Action = acDelete
  256.       TabOrder = 1
  257.     end
  258.     object btnOpen: TTntButton
  259.       Left = 6
  260.       Top = 26
  261.       Width = 75
  262.       Height = 25
  263.       Action = acOpen
  264.       TabOrder = 0
  265.     end
  266.   end
  267.   object ActionManager1: TActionManager
  268.     Left = 336
  269.     Top = 184
  270.     StyleName = 'XP Style'
  271.     object acSave: TAction
  272.       Caption = 'Op&slaan'
  273.       OnExecute = acSaveExecute
  274.       OnUpdate = acSaveUpdate
  275.     end
  276.     object acDelete: TAction
  277.       Caption = '&Verwijderen'
  278.       OnExecute = acDeleteExecute
  279.       OnUpdate = acOnlyIfSelectedUpdate
  280.     end
  281.     object acOpen: TAction
  282.       Caption = '&Openen'
  283.       OnExecute = acOpenExecute
  284.       OnUpdate = acOnlyIfSelectedUpdate
  285.     end
  286.   end
  287. end
  288.